A Distributed Group Commit Protocol for Distributed Database Systems
نویسندگان
چکیده
This paper identiies the problems of the group commit protocol for the distributed main memory database systems, and presents a distributed group commit protocol. In the proposed protocol, a consistent set of transactions which have to be committed together is identiied during the normal transaction processing, by propagating the transaction precedence relations as the normal transaction messages are exchanged. Moreover, the log entries of the identiied transactions are propagated to the related sites during normal transaction processing. Hence, no delay for precedence relation tracking is required at commit time and the log entries of the consistent set of transactions can be ushed into the stable log by any one of the related sites. As a result, the frequency of the communication and the disk access related to the commit processing can be signiicantly reduced. Our simulation study shows that the proposed commit protocol achieves the high performance without any consistency problem.
منابع مشابه
Commit Protocols in Distributed Database System: A Comparison
Distributed database systems use commit protocols to ensure atomicity in case of distributed transactions and a wide variety of commit protocols have been proposed so far. Two–phase commit (2PC) is a widely accepted standard protocol for distributed transactions. But 2PC suffer from blocking problem due to which three-phase commit (3PC) protocol was proposed which is an extension of 2PC. This p...
متن کاملA New Approach for Distributed Main Memory Database Systems: A Causal Commit Protocol
Distributed database systems require a commit process to preserve the ACID property of transactions executed on a number of system sites. With the appearance of main memory database system, the database processing time has been reduced in the order of magnitude, since the database access does not incur any disk access at all. However, when it comes to distributed main memory database systems, t...
متن کاملA Fast Commit Protocol for Distributed Main Memory Database Systems
Although the distributed database systems has been studyed for a long time, there has been only few commercial systems available. The main reason for this is that the distributed commit processing costs too much which results in little or no performance gain compared with single node database system. In this paper, we note the diierence in the update and logging policy between disk based databa...
متن کاملA New Approach for Distributed Main Memory Database Systems : Causal Commit Protocol
Distributed database systems require a commit process to preserve the ACID property of transactions executed on a number of system sites. With the appearance of main memory database system, the database processing time has been reduced in the order of magnitude, since the database access does not incur any disk access at all. However, when it comes to distributed main memory database systems, t...
متن کاملA Single Phase Distributed Commit Protocol for Main Memory Database Systems
Distributed database systems need commit processing so that transactions executing on them still preserve the ACID property. With the advance of main memory database systems which become possible due to dropping price and increasing capacity of the RAM and CPU, the database processing speed has been incresed in one order of magnitude. However, when it comes to distributed commit processing, it ...
متن کامل